gtk-demo: don't use a non-existent icon name
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 31 May 2011 20:13:50 +0000 (16:13 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 31 May 2011 21:54:24 +0000 (17:54 -0400)
demos/gtk-demo/list_store.c

index 72cecb93167219e4b4d6b0b0743c3ee708a32b25..40d113d7f65cfe189baf7b1840f33b0f4c56fde0 100644 (file)
@@ -105,7 +105,7 @@ create_model (void)
       gboolean sensitive;
 
       if (i == 1 || i == 3)
-        icon_name = "battery-critical-charging-symbolic";
+        icon_name = "battery-caution-charging-symbolic";
       else
         icon_name = NULL;
       if (i == 3)